vcCollisionRecord
vcCollisionRecord is the class that contains information returned by vcCollisionDetector when testing for collisions
See in: Overview
Module: vcCore
Parent: vcObject
Children -
Referenced by: -
Properties
Learn how to use properties here. The properties are also inherited from the parent class.
| Name | Type | Access | Description |
| Distance | Real OR None | R | Gets the minimum distance if this records represents minimum distance. Returns None when IsMinimumDistance is False. |
| FeatureA | vcFeature | R | Gets the first colliding vcFeature if any. |
| FeatureB | vcFeature | R | Gets the second colliding vcFeature if any. |
| GeometrySetA | vcGeometrySet | R | Gets the first colliding vcGeometrySet if any. |
| GeometrySetB | vcGeometrySet | R | Gets the second colliding vcGeometrySet if any. |
| IsMinimumDistance | Boolean | R | Gets if this vcCollisionRecord represents collision or minimum distance. |
| NodeA | vcNode | R | Gets the first colliding node if any. |
| NodeB | vcNode | R | Gets the second colliding node if any. |
| PointA | vcVector OR None | R | Gets the closest point on the first item in world coordinates. Returns None when IsMinimumDistance is False. |
| PointB | vcVector OR None | R | Gets the closest point on the second item in world coordinates. Returns None when IsMinimumDistance is False. |